Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],ZOrderCommand)
The drawing objects to process.
The action agains the drawing object.


In This Topic
ShapeActionsCommand Constructor(Shape[],ZOrderCommand)
In This Topic
Initializes a new instance of the ShapeActionsCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal drawingObjects() As Shape, _
   ByVal zOrderCommand As ZOrderCommand _
)
 
'Usage
 
Dim drawingObjects() As Shape
Dim zOrderCommand As ZOrderCommand
 
Dim instance As New ShapeActionsCommand(drawingObjects, zOrderCommand)

Parameters

drawingObjects
The drawing objects to process.
zOrderCommand
The action agains the drawing object.
See Also